.fl {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fr {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.ng-hide {
  display: none !important;
}

.ng-show {
  display: block !important;
}

.hidden {
  visibility: hidden;
  height: 0;
}

.visible {
  visibility: visible;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.pointer {
  cursor: pointer;
}

.line-through {
  text-decoration: line-through;
}

.pd0 {
  padding: 0;
}

.mg0 {
  margin: 0;
}

.br0 {
  border: 0 !important;
}

.page-fgx {
  width: 100%;
  height: 20px;
  background: #f2f2f2;
}

.clear {
  font-size: 0;
  clear: both;
  overflow: hidden;
  height: 0;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  content: '\0020';
}

.clearfix {
  zoom: 1;
}

.box-hover:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.w {
  width: 1200px;
  margin: 0 auto;
}

.auto-line {
  white-space: normal !important;
}

.one-line,
.two-line,
.three-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-box-orient: vertical;
}

.one-line {
  -webkit-line-clamp: 1;
}

.two-line {
  -webkit-line-clamp: 2;
}

.three-line {
  -webkit-line-clamp: 3;
}

.xrow,
.xcol {
  display: -o-box;
  display: -ms-flexbox;
  display: -webkit-box;
}

.xcol {
  -moz-box-flex: 1;
  /* Firefox */
  -webkit-box-flex: 1;
  /* Safari and Chrome */
  -ms-flex: 1;
  /* Internet Explorer 10 */
}

.mt12 {
  margin-top: 12px;
}

.mr12 {
  margin-right: 12px;
}

.mb12 {
  margin-bottom: 12px;
}

.ml12 {
  margin-left: 12px;
}

.color-primary {
  color: #ff7000 !important;
}

.rich-text img {
  width: 100%;
}

.dis-flex, .dis-flex-jus-center, .dis-flex-jus-ali, .dis-flex-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dis-flex-jus-center, .dis-flex-jus-ali {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dis-flex-align, .dis-flex-jus-ali {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dis-flex-column, .dis-flex-column-jus-center, .dis-flex-column-jus-ali, .dis-flex-column-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dis-flex-column-jus-center, .dis-flex-column-jus-ali {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dis-flex-column-align, .dis-flex-column-jus-ali {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=global.css.map */